home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * isfast - routines for *subjective* tests of OpenGL performance
- *****************************************************************************/
-
-
-
- #ifndef __ISFAST_H__
- #define __ISFAST_H__
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
-
- int DepthBufferingIsFast(void);
- int ImmediateModeIsFast(void);
- int StencillingIsFast(void);
- int TextureMappingIsFast(void);
-
-
-
- #ifdef __cplusplus
- }
- #endif
- #endif /* !__ISFAST_H__ */
-
-
-